home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Total Network Tools 2002
/
NextStepPublishing-TotalNetworkTools2002-Win95.iso
/
Archive
/
Web Server
/
TinyWeb Server.EXE
/
CGITEST.ZIP
/
HELLO.PL
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-01-25
|
306 b
|
13 lines
##########################################################################
##
## CGI Testing Example
##
## Copyright (C) 1997-2000 RIT Research Labs
##
##########################################################################
print "Content-Type: text/html\n\n";
print "Hello, World!\n";